projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae3defd
)
(message3_nolog): Clear echo_message_buffer.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 16 Aug 2005 01:34:06 +0000
(
01:34
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 16 Aug 2005 01:34:06 +0000
(
01:34
+0000)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 8cb4b38211f2286304c844d41494ac5878c7eb9e..3cc42ecdb28697c69811b03c016ab5f52deab0fd 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-7097,6
+7097,9
@@
message3_nolog (m, nbytes, multibyte)
set_message (NULL, m, nbytes, multibyte);
if (minibuffer_auto_raise)
Fraise_frame (frame);
+ /* Assume we are not echoing.
+ (If we are, echo_now will override this.) */
+ echo_message_buffer = Qnil;
}
else
clear_message (1, 1);